Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/website/components/com_k2/models/item.php on line 763
Saturday, 18 June 2016 06:50

Kerja sama

Kerja Sama 

 

 
No. Instansi  No Surat   Kerja sama 
1.

PT.Ansuransi Jiwa Sraya (PERSERO)

No:093/SK-STIEPAN/V/2014

NO:093.SJ.U.0514

  Pengembangan Kapabilitas Mahasiswa dalam kewirausahaan dan Perencanaan Keuangan
2.

PT.INDO PREMIERE SECURITIES

 

 

No:599/IPOT/HO/120416

Nomor :079/Q-STIEPAN/IV/2016

 

 

Pendirian Galeri Investasi

3.

Bank Indonesia 

 

No:19/15/Bpp/P/B

Nomor :175 B/STIEPAN/IX/2017

 

 

 

Pemanfaatan Bantuan Fasilitas Pjok BI CORNER

4.

STIE YKPN Yogyakarta

       

 

No:27.B/STIEPAN/III/2017

No:360/STIE YKPN/III/2017

 

 

Mata Kuliah Berbasis Teknologi Informasi,Pendidikan,Penelitian, dan Pengabdian kepada Masyarakat

5.

Universitas Ciputra

              

 

No:005/MoU-UC/II/2017

 

 

Meningkatkan Mutu Pendidikan,penelitian,dan Pengabdian Masyarakat

6.

Bursa Efek Indonesia

 

 

No:SP-00057/BEL.HKM/02-2017

 

 

 

Pemasyarakatan dan Edukasi pasar Modal

7

PT.Indo Premier Sekuritas

          

 

 

 

 

089/IPS-DIR/VIII2016

 

 

 

 

Pemasyarakatan dan Edukasi pasar Modal

 8

GLOBAL EXSTREME

         

 

1 October 2018

 

 

Internet Dedicated Connection Pembangunan Infrastruktur SERVER IT

 

 

 


Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/website/templates/itl_stuart/html/com_k2/templates/default/tag.php on line 94
/** *------------------------------------------------------------------------------ * @package T3 Framework for Joomla! *------------------------------------------------------------------------------ * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @authors JoomlArt, JoomlaBamboo, (contribute to this project at github * & Google group to become co-author) * @Google group: https://groups.google.com/forum/#!forum/t3fw * @Link: http://t3-framework.org *------------------------------------------------------------------------------ */ // no direct access defined('_JEXEC') or die; //check if t3 plugin is existed if (!defined('T3')) { if (JError::$legacy) { JError::setErrorHandling(E_ERROR, 'die'); JError::raiseError(500, JText::_('T3_MISSING_T3_PLUGIN')); exit; } else { throw new Exception(JText::_('T3_MISSING_T3_PLUGIN'), 500); } } $t3app = T3::getApp($this); // addition for demostrtion $input = JFactory::getApplication()->input; $theme = $input->get('theme', ''); $params = $t3app->_tpl->params; if(!empty($theme)){ $params->set('theme', $theme); } // get configured layout $layout = $t3app->getLayout(); $t3app->loadLayout($layout);